From 011f5afe4eb82b9b4ab323315ea5dc27e55743d0 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 30 May 2020 15:47:02 +0200 Subject: [PATCH] CI: install a newer pango for MSYS2 Uses a build from git master from today --- .gitlab-ci/test-msys2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index 75c29876df..72532a1426 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -34,8 +34,8 @@ pacman --noconfirm -S --needed \ mingw-w64-$MSYS2_ARCH-shared-mime-info # https://gitlab.gnome.org/GNOME/gtk/issues/2243 -wget "https://gitlab.gnome.org/creiter/gitlab-ci-win32-runner-v2/raw/master/pango/mingw-w64-$MSYS2_ARCH-pango-1.44.7-1-any.pkg.tar.xz" -pacman --noconfirm -U "mingw-w64-$MSYS2_ARCH-pango-1.44.7-1-any.pkg.tar.xz" +wget "https://gitlab.gnome.org/creiter/gitlab-ci-win32-runner-v2/raw/master/pango/mingw-w64-$MSYS2_ARCH-pango-git-1.44.7.90.ge48ae523-1-any.pkg.tar.zst" +pacman --noconfirm -U "mingw-w64-$MSYS2_ARCH-pango-git-1.44.7.90.ge48ae523-1-any.pkg.tar.zst" # https://github.com/msys2/MINGW-packages/pull/6465 pacman --noconfirm -S --needed mingw-w64-$MSYS2_ARCH-brotli -- 2.30.2